home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SuperHack
/
SuperHack CD.bin
/
CODING
/
DELPHI
/
FILES.BBS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Windows-1252 (detected)
Wrap
File List
|
1997-02-25
|
65.5 KB
|
1,044 lines
============================================================
Delphi programming files
============================================================
The notation 'ASP' indicates the program complies with the
standards of the Association of Shareware Professionals.
DN0118.ZIP The Unofficial Newsletter of Delphi Users - Issue #11
DN0223.ZIP The Unofficial Newsletter of Delphi Users - Issue #12
DN961101.ZIP The Unofficial Newsletter of Delphi Users - Issue #18 - November 1996
DN970101.ZIP The Unofficial Newsletter of Delphi Users - Issue #19 - January 1997
DT0196.ZIP Delphi knowledge base
DT0296.ZIP Delphi knowledge base
DT0396.ZIP Delphi knowledge base - March '96 Issue
DT0995.ZIP Delphi knowledge base
DT1095.ZIP Delphi knowledge base
DT1195.ZIP Delphi knowledge base - November '95 Issue
DT1195_H.ZIP Delphi Talk November 95
DT1295.ZIP Delphi knowledge base - December '95 Issue
DT1295_H.ZIP Best of Delphi Talk December 95
MAKEUP95.ZIP Make-Up 95, rel 1.0 (4th june, 96)
When I moved from VB to Delphi 2.0 I got much more I expected
-- I got an EXCELLENT tool compared with VB. Having used it
some days I realized that everything is OK except some UI
details of some components. Some of them didn't look like their
'brothers' in Win 95. So I upgraded them a little bit to look
like REAL Windows 95 ones ;)
============================================================
Delphi utilities
============================================================
CC32.ZIP Component Create (tm) 2.2 for Delphi
Thank you for downloading the demo of Component Create, the
easiest, most powerful way to write Delphi components for your
applications. Component-writing is the best way for application
developers to create re-usable functionality. Component Create
gives you an intuitive interface and powerful code generator
that speeds you down the learning curve. Whether you are new to
component- writing or an old hand, Component Create multiplies
your productivity.
CHOOZDCL.ZIP CHOOZDCL was written to launch Delphi with different component
libraries, but could be used generally where an INI file
section needs changing to launch a program in different
configurations- simply modify the General parameters below.
COBUILD.ZIP Latest version of Component Builder (v2.31)
Component Builder creates all the necessary pascal code for new
component properties, methods, message handlers and event
handlers as well as the underlying declarations and code
skeletons. Simply describe your properties, methods, etc. ,
select a few attributes and Component Builder builds the
component for you.
CODEAPP.ZIP Source Code Utility (CodeApp Project)
I created this utility, CODEAPP.DPR, to do several basic source
code related tasks. It's an application that I use mainly while
in the Delphi IDE, by running it from the Tools Menu, but it
can be useful outside of the IDE as well. The first capability
is simply to view a Delphi source code file and search the file
for specified text.
DFMINS12.ZIP Delphi Form Inspector 1.02
A tool for Borland Delphi developers. Allows you to view, edit,
archive, and compare Delphi forms in ASCII format. Includes an
interface to PVCS. Forms can be archived in ASCII. This reduces
disk space requirements for the PVCS archive and allows you to
compare different versions of the same form. Lets you keep
track of changes you have made. Works with Delphi version 1.0.
Registered version works with 2.0. More flexible than Delphi's
built-in support for ASCII forms. A must-have for serious
Delphi developers! Registration is only $15.00.
DRVCS1.ZIP ViCiouS 1.05 (public beta)
Welcome to ViCiouS, my poor man's Version Control System for
Delphi. This public beta is now for both the 16-bit and 32-bit
version of ViCiouS, since the required 32-bit version of
DRBOB.DLL is now also available. The DrBob.DLL, the final
version of ViCiouS will be 16- and 32-bits, and the source will
be "single source platform compatible" (i.e. with a lot of
{$IFDEF WIN32} inside). 16-bits Installation The installation
of the 16-bits version of ViCiouS is pretty straightforward,
and consist of nothing more than executing INSTALL.EXE (make
sure VICIOUS.DL_ is in the same directory).
GLLOD200.ZIP GlyphLoader v2.00
Lets you concentrate on designing your program instead of
remembering those cryptic glyph filenames. Integrates with
Delphi to present you with a grid of glyph pictures to choose
from at design time, whenever you edit a glyph property. Also
shows the filenames. Swedish ShareWare for Delphi 1.x & 2.x
HELPTST.ZIP WINHELP.INI Reference Resolver (delphi)
MSGBOX.ZIP Message Box Creator for Delphi 2 Version 1
This utility is freeware. It simplifies the process of creating
message boxes for use in your Delphi projects. Using an
intuitive point and click interface, design and test your
message boxes interactively. Then simply copy the code to the
clipboard to paste into your application.
PROJECTS.ZIP Delphi Projects!
Delphi Projects is a project management add-in for Delphi 2.0.
It provides a quick access menu to your projects using the
Windows 95 standard Favorites Menu method.
RTSEARCH.ZIP "RT Search +" is an AddIn expert enhancing Borland Delphi IDE
original editor. Comparing to other programming editors like
MultiEdit, Delphi's stock editor lacks several important
features. It may be not as important as the quality of the
whole IDE and the programming language, but it certainly
affects developers productivity. This is the reason why we
decided to help programmers stay with Borland and save hundreds
of dollars for buying professional programmers' editors, that
may or may not integrate with Delphi's IDE.
============================================================
Delphi source codes & utilties
============================================================
COPYFILE.ZIP COPYFILE V1.0, 20/3/1996 (executable and Delphi sources)
CPARSE.ZIP C Parser V1.0 for Delphi
D_RAS.ZIP RAS (Remote Access) API header for Delphi
D_TAPI.ZIP This is a delphi implementation of the windows telephony
headers. There's also a test program that can monitor calls
made with other tapi enabled programs like remote access and
can also dial calls.
DIBS.ZIP CDIBs unit for Delphi 2.0
The CDIBs unit exports a class TDIB. The class provides easy
access to device- independant bitmaps. TDIB parallels TBitmap
in its interface and functionality, but TBitmap works with DDBs
(device-dependant bitmaps). Therefore, if a DIB is ever
assigned to a TBitmap object, it will be converted to the
current screen resolution and assigned the currently realized
palette (if it does not have one of its own).
DIRECTX.ZIP DirectX for Delphi 2.0
This is the result of a weekend project to convert the
DirectDraw and DirectSound C header files to Delphi 2.0 Object
Pascal headers. DirectPlay conversion will happen Real Soon
Now.
EZDSL200.ZIP Ezdsl version 2.00 Easy classical data structures for delphi 1, 2
The EZDSL units provide an OOP interface for classical data
structures for Delphi: stacks, queues, lists, binary trees and
so forth. For programmers migrating from BP7 a TCollection
replacement is also provided.
GLLOD100.ZIP GlyphLoader v1.00
Lets you concentrate on designing your program instead of
remembering those cryptic glyph filenames. Integrates with
Delphi to present you with a grid of glyph pictures to choose
from at design time, whenever you edit a glyph property. Also
shows the filenames. Swedish ShareWare.
GLYPHV11.ZIP Glyph Viewer V1.1
Is a small utility usefull to chose the glyph you want to put
in a Delphi Button.
ICON2BIT.ZIP contains a Delphi unit to convert an icon Into a
Bitmap. The bitmap is suitable for use as a glyph in a Delphi
button with the transparent color of the icon correctly
converted.
KILL.ZIP Here comes a tiny program which kill any running task in
Windows environment.
MATHSTR.ZIP Principal unit for Calculator program Used to test TMathStr
component for Delphi 2.0
MNFIX100.ZIP MinimizeFixer v1.00 is a fix for the Delphi 'feature' of not
being able to start a program minimized when the user selects
that in the icon. Swedish ShareWare from MegaComm.
PLIST.ZIP LIST.EXE Version 1.0, Lister for delphi source code.
QSORT.ZIP This is a small example application which demonstrates the use of
The QSort procedure to sort the contents of a Listbox.
RECURSE.ZIP A solution for getting all Subdirectories of a given Path (Delphi)
SEMAPH~1.ZIP This unit exports the class TSemaphore, an encapsulation of the
Win32 Semaphore object API. Security descriptors are not
supported.
SWEEPGEN.ZIP SweepGen turns a sound-equipped PC into an Audio Oscillator and
Sweep Generator. SweepGen is written with Borland's Delphi 2.0,
and full source is included, which will be helpful in
understanding programming sound hardware under Windows.
WINGPACK.ZIP WinGPack 1.0 for Delphi 2.0
This is some stuff to play with WinG functions library. To see
some help just execute the file 'WINGPACK.HLP'.
WUSTUB01.ZIP Wustub 0.1 - a 32 Bit dos- extender stub for borland delphi 2.
WUSTUB enables you to load a PE executable (the executable
format used in 32 bit versions of Windows) from plain DOS and
from most DOS- boxes of today's operating systems. However, it
doesn't fully replace the Win32- API.
============================================================
Delphi Components
============================================================
ABOUT95D.ZIP Windows 95 style About dialog box for Delphi 2.0 Make your
applications look more like Windows 95 with this Freeware About
box - full source included. Shows free total memory & system
resources like Windows 95 applets & explorer. Envy
Technologies.
ABOUTDLG.ZIP AboutDlg v.10
This is About Box which written in Win32 API, you can only use
it with your Win32 Application.
ADBITM32.ZIP The TAdrockCalendarEdit Control allows you easy access to
setting TBitmap properties, such as GLYPH. With this property
editor it is very easy to setup GLYPH from BitBtnÆs and
SpeedButtons. And new to this, the latest release of this
control, is TPicture property selection.
ADCALC.ZIP The tadrockcalculatoredit control allows numeric data entry to
input a number into a field (via an easy to use popup
calculator).
AHMD32.ZIP AHM Component Serie 1.0 for WIN'95
28 different components for Delphi 2.0
ANIPAN1.ZIP Delphi 2.0 AnimationPanel component v 1.0
This is the version 1 release of my Delphi 2.0 AnimationPanel
component. This panel component encapsulates the new animation
control found in Windows 95. It allows access to the standard
Windows 95 AVI files seen in action in the Windows 95 explorer
or the Find files or computer programs. All those AVI files of
flying bits of paper when you move or delete files are now
available to be used in your own forms. You can also specify a
external AVI file to be used by this control. (See AVI
restrictions).
AUDIO.ZIP Audio Capture is a audio capturing component designed for
Delphi 2.0. It uses Windows low level functions of audio
capturing. This component implements the Windows low-level
audio interface, which is used by applications that need the
finest possible control over audio devices.
BBSYSINF.ZIP TSYSINFO 2.0
TSysInfo 2.0 is a non visual component written for Delphi 2.0
that gets details about your computer. eg. Registered
Organisation and Owner, etc..
BCPTWAIN.ZIP TSYSINFO 2.0
Is a non visual component written for Delphi 2.0 that gets
details about your computer. eg. Registered Organisation and
Owner, etc..
BIGTEXT.ZIP TBigText 1.1
This is a simple component to display up to 32767 lines of
text. Each line has its own dedicated foreground and background
color and can be 255 chars long. Theoretically this amounts to
about 8MB of data and beats the TMemo's measly 32kB, however,
no editing functions are available.
BROWSEDR.ZIP A Delphi component and a function (use the one you prefer) to
encapsulate the Win95 style directory selection dialog
SHBrowseForFolder().
CARDS.ZIP TCards
This VCL allows the user to easily use the cards supplied with
Windows in the CARDS.DLL, and build games.
CCOPY10.ZIP CCopy, file copy control
CGIXPERT.ZIP CGI Expert 1.0.0
The CGI Expert components are developped to simplify the
writing of Win-CGI applications with Delphi 2.0.
CLIPFN20.ZIP Clipper Functions 2.0 for Delphi
COLORBOX.ZIP TColorBox
This VCL is similar to the TColorGrid component shipped with
Delphi, except that it has a Windows 95 look and feel.
COMBOCAL.ZIP VPAComboCal V 1.0
The VPAComboCal is a component for Delphi specially made for
easily editing a date. Just click on the button of the combobox
and a calendar will drop down, letting you to quickly pick the
day you want, or to change month and year as well.
COMM32.ZIP Comm32.pas is a simple Communications VC for Borland Delphi 2.0
which demonstrates the Win32 Communications functions and the
new Delphi 'TThread' class. It is implemented using two
threads: one for reading from, and one for writing to a Comm Port.
COMPRESS.ZIP TCompress Component Set V2.0 File and Database Compression
Components for Delphi 1.0 and 2.0
* Support for Delphi 1.0 (16-bit) and Delphi 2.0 (32-bit)
* NATIVE Delphi compression -- no mucking about with DLLs, VBXes et al
* Multi-file compressed archives using the TCompress component
* Database BLOB (memo, image) compression with TCDBMemo and TCDBimage
* In-memory compression using streams (file/memory/blob<-->file/memory/blob)
* Event hooks for customizable user interaction
* Built-in RLE (Run-Length Encoding) and LZH (Lempel-Ziv-Huffman) compression
* Easy to add your own custom compression routines at any time
* Loads of example source included
* Full component source code available
COOL.ZIP A small VCR Objects to make your Delphi Projects look styled.
CROSSTAB.ZIP TCrossTAB,TCrossSQL,TCrossReport components - Release 2.3 for
Is a native VCL Delphi component designed to display the
results of a multi-dimension cross or categorization of data
contained in a database.
CRYPT_IT.ZIP CryptIt ver 1.0 - A Delphi Component.
The TCrypt Component will allow you to add powerful encryption
capability to your applications. Files may be of any type. The
encryption technique used by TCrypt is an XOR type algorithm.
Three levels of security are offered to allow you to balance
security with speed.
CSNOTEBK.ZIP TcsNotebook v1.02
Delphi VCL component similar to TTabbedNotebook. Also allows:
Tab orientation of Top/Bottom/Left/Right. Sideways captions.
Bitmaps on tabs. Specify colour of notebook and tab text. Save
resources. Change captions/bitmaps at run-time. Alter corner
size, indent, tabs per row, tab height, etc.
DABTNS.ZIP Data Aware Components
DATACOM.ZIP This vcl allows you to easily pass data between two
applications running on the same computer without resorting to
dde. Use it to share data, find out if another instance of your
application is already running, or even to remotely control one
application from another.
DATASORC.ZIP DataSorcerer for Delphi
The DataSorcerer Component gives Delphi Database Programmers
the much sought after feature of a Global Datasource:
The main features of DataSorcerer are:
*A single DataSorcerer and its Dataset can be accessed Globally from all form within an application.
*Links between DataSorcerers on different Forms can be created at Design Time.
*All data linkages are present at Design time to allow testing before compilation.
*There is No Code required on any Form to make the the data available.
*There is No Code required on any Form to keep the data synchronized.
*All Data Aware controls on all forms are automatically kept synchronized.
DATETIME.ZIP TSetTimedate Component
Component to set the Date and Time of the system.
DBPHDIAL.ZIP TDBPhDialer v1.0 (Shareware Version) Delphi 1.0 component (16-bit)
For starters, it does exactly what it sounds like, "it dials a
telephone number for you". But because it's data-aware, you can
assign a data field (string) and data source to it. This gives
you edit capability (Update) or ReadOnly capability (Browse)
per data field and data record displayed by your application.
TDBPhDialer Copyright ⌐ 1996 ArcticSoft
DBRICH.ZIP TDBRichEdit v 1.0
Is a freeware component. Supprisingly enough it's a data aware
RichEdit control. use it in much the same way as a TDBMemo or
RichEdit.
DBSCRL32.ZIP DBScroll v1.06, the faster DBGrid,
Is a component for Delphi2 and a replacement for the Database
Grid. Has multiline cells and many features. Fast &
FlickerFree!
DC95V10.ZIP The TDCAppBar component creates a Windows 95 "AppBar" which can
hook onto any edge of the screen, much like the Windows 95
TaskBar. The desired edge for the AppBar to be placed on is
specified in its Orientation property, and its requested
dimensions are specified by the BarWidth or BarHeight
properties, depending on the edge to which the AppBar is
attached.
DDEAUT16.ZIP DDEAuto VCL for Delphi
Have you been trying to demystify Program Manager DDE only to
find little or no documentation on how to do the things you
wanted to do? DDEAuto is the COMPLETE Program Manager DDE
solution! Eight powerful functions and Two detailed procedures
allow you to manipulate and get information from program
manager you never dreamed possible. Get a list of groups, get a
list of items in a group, move an item to a new group, change
an item's properties, and much much more! Read this document,
install the component, and run the example project. You will be
amazed at the power DDEAuto gives you. DDEAuto saves you
approximatly 700lines of detailed coding! Add an Item to
Program Manger with ONE LINE OF CODE! Get an Item's Properties
with ONE LINE OF CODE! Seem to simple? Seem to good to be true?
DELPHCGI.ZIP Delphi CGI Component Package, Version 1.0
This package consists of two Delphi components:
* TCGI, the core component, allows Delphi applications to
interact with information servers (primarily World Wide Web
servers), processing input and generating output on the fly.
* TCGIDlg, a dialog box component which aids in understanding
and debugging CGI applications.
DOCKBAR.ZIP TDocPanel is a native Delphi VCL derived from TPanel that acts
As a Dockable/Floating Toolbar which behaviour is fully
customizable.
DRAGTOOL.ZIP Dragable/Dockable MS Word 7.0 style tool bar (Not Sizable at
this time) Prerelease version. Release version will be
Shareware.
DRAWCAL.ZIP TDrawCalendar is a component based on though not descended from
The Calendar in the Samples page of the pallette. I wanted to
unublish a couple of published properties (e.g.Font) which
meant I could not descend it directly.
DRIVEBAR.ZIP TDrivesBar Component
A panel showing all drives connected to a system, Replacement
for standard DriveComboBox.
DROPFILE.ZIP TDropFile Component for Delphi v2.0
TDropFile is a component for Delphi v2.0 which supports file
drag-and-drop operations on a form. Details of its properties,
events and sample usage can be found in the DROPFILE.RTF file.
DSCANNER.ZIP TDirScanner is a non-visual Deplhi component, that encapsulates
directory scanning operations. If running under Windows 95TM,
it is capable using Long FileNames. Several interface
procedures are defined to allow the most flexibility.
DSCOL.ZIP TColumnsDataSource Component
This component is a custom data source that allows the user to
set the column order of a table or query, as well as the sort
order (use the IncludeSortBy Property to disable this feature),
which columns are visible, and which not. Call the
ShowFieldsDlg method to show the dialog which will allow the
user to edit the dataset.
DTMFEDIT.ZIP The purpose of this component is to allow applications to
easily incorporate a phone number field that will convert alpha
characters into their numeric equivelent on the phone dial-pad.
DTOOLS3.ZIP DTools 3.0 - 16/32-bit Components for Delphi
Here are a bunch of components and routines I hope you will
find useful. I have included the source for the component
registration (DTOOLS.PAS) so you can customize which components
to load and which page on the toolbar they will reside on. I
have also included help and keyword files.
DTPANEL.ZIP TDateTimePanel, TDatePanel, TTimePanel Component
Time and date components
DYNARR2.ZIP TDynArray For Delphi 16/32
A dynamic array is an array that changes size at runtime,
similar to a TStrings object. The TDynArray class is an object
that will maintain a dynamic array in Delphi 1 or 2 for you.
Anyone who has used a dynamic array in the past will appreciate
using the new class.. and anyone too scared to try a dynamic
array on their own can get over their anxiety.
DYNARRAY.ZIP TDynArray For Delphi 16/32
A dynamic array is an array that changes size at runtime,
similar to a TStrings object. The TDynArray class is an object
that will maintain a dynamic array in Delphi 1 or 2 for you.
Anyone who has used a dynamic array in the past will appreciate
using the new class.. and anyone too scared to try a dynamic
array on their own can get over their anxiety.
EDDIAL10.ZIP Eddial is a simple vc for borland delphi 2.0 Which dial a phone
number, using the tapi dialer from win'95
ENDAPP.ZIP TEndApp Component
TEndApp makes it easier to trap those annoying messages that
your Delphi app would otherwise miss, specifically when some
wally closes Windows down without saving their work.
ENHLB100.ZIP TMCEnhancedListBox v1.00
Multicolumn listbox for Delphi, uses labels to align the
columns. Smart component editor included. Online registration
through CompuServe SWREG.
EXEBTN.ZIP Delphi component EXE-Button 1.5
Do you want to call up very simply other programs from your
application and have thereby the full control at the appeal
over commandline, workingpath and start-conditions of the
program ? Should the pertinent program-Icon appear on the
Button? Do you want to terminate the program launched with the
EXE-button? Should your program wait until another application
is closed? Do you want to allow only one instance of an
application ? Do you intend, to develop a program-launcher?
FDRAG10.ZIP Tfiledrag component
Adds support for dropping files from explorer onto a a delphi form.
FILECPSW.ZIP TFileCopy component copies files. This component is very
configurable. It has the ability to copy multiple files to a
directory. Each of the source filenames can contain wild cards.
It contains built in messages that are presented in message
dialog boxes.
FILEFIND.ZIP TFileFind Component
Is a full featured component very useful that implements file
search. It works very like The Norton FileFind (Norton
Utilities), although the text search has not been implemented
(yet). You can use wildcards to make a search mask.
FILEHIST.ZIP TFileHist v1.0 - VCL Component for Delphi 2.0
The TFileHist component features a number of functions to
present a list of recently opened files in an application.
FLLAB100.ZIP TMCFlashLabel v1.00
Provides flashing labels for Delphi that can flash on/off or
color cycle. Source code available upon registration.
FLYDEMO.ZIP Fly Controls V2.0 For Delphi 16 / 32
Fly Controls were designed as a solution to the problem of
resource consumption on large Delphi forms. This component set
contains 12 new VCL components that can be used in place of
standard Delphi Components. Using Fly Controls on a large form
can reduce the amount of lost user resources up to 90%. There
are a few trade-offs, including some flickering during
painting, and GDI resource usage, however these are minor
compared to 'Error Creating Window' or an 'EOutOfResources'
error. GDI resources are much more plentiful.. you will notice
an immediate speed increase when you ease the user resource
strain.
FLYOVER.ZIP TFlyOverButton
The TFlyOverButton from RealSoft is a fairly easy to use button
component that operates similar to the Internet Explorer 3.0
buttons, including the cool drop-down popup menus. The button
reacts to the mouse movement above it as well as clicks. The
component is very resource friendly, and works in Delphi 1 and
2. To install the component to your component library, follow
the instructions in your Delphi users guide for installing
components. (This is not one of our "Fly" Controls, however is
is a graphic control descendant.)
FM2_216.ZIP TFileHist v1.0 - VCL Component for Delphi 2.0
The TFileHist component features a number of functions to
present a list of recently opened files in an application.
FORMFNP.ZIP TFnpForm is derived from TForm. It has all the features of
TForm plus it can save its size/position/state to the registry
when it is destroyed, read it again when it is created and has
automatic support for min/max sizes.
FORMPARS.ZIP Delphi Form Parser V1.0
The form parser is of most use to a Delphi component author.
You have probably received a new component that needed a .DFM
(form file) to go along with it. You may have also lost the DFM
file, rendering the component useless without it.
FT16PKGS.ZIP StarTech Internet Components (16 bit)
FT32PKGS.ZIP StarTech Internet Components (32 bit)
FXCARDSA.ZIP TFXCards Component
The TFXCards component has been designed to be used in the
development of card games. TFXCards is not just another card
component -- TFXCards has built-in special effects that will
give your games that "little something extra."
GERRLOG.ZIP TErrorLogger Version 1.0 (12 September 1996)
TErrorLogger is a non-visual component which, when dropped on
your main form, will automatically add a global exception
handler to your application. That exception handler will create
an additive error log file, which you can then use for
post-mortem diagnosis. You may also optionally display a dialog
to the user in which they can input notes about the context in
which the error occurred.
GIF.ZIP TGifImage & TGif
Componenet for Displays / Converts GIF Files
GIFCODE.ZIP TGifImage
TGifImage is an image control with one extra property allowing
it to display GIF images at design and run time.
GM32PKGS.ZIP StarTech Internet Components
GPANEL.ZIP TGraphicPanel
The TGraphicPanel component is a specialized image control that
displays panel effects without the overhead of the Panel
component. Useful when you want to visually group components,
but don't need to physically group them. The Graphic Panel has
an optional Win-95 look, as well as seperate background and
foreground colors.
GPCLIP.ZIP gpClipboard Component
The gpClipboard Component is designed to provide global text
clipboard support to an application with a minimal amount of
code. Typically, the component is placed on the application's
main form where it can be easily tied to your edit menu and/or
speedbar. Once the methods are set up with your menu, most
editable text components on all your forms are clipboard
enabled!
GRPH.ZIP Graphit enhanced Grid Component for Delphi 1 & 2
Graphit 5.31 A Graph module which can generate, view and print
graphs e.g. line, pie, bar and scatter. Can be used in
conjunction with Printit to generate reports consisting of
graphs and most of the visual components. Includes help and
keyword files.
GRUDGE10.ZIP Grudge is a One Dollar Delphi Component from The XCalico Crew
that provides the easiest way to protect your .exe file from
tampering. Hackers use hex editors to modify your .exe file and
therefore bypassing the restrictions imposed by you as author.
The Grudge Component will prevent this from happening.
GSTAR32.ZIP GraphStar is a set of components and objects to help Delphi
users to develop their graph applications easily. A graph in
GraphStar is a set of vertices,edges,touch-objects and faces
HANDLES.ZIP TStretchHandle V2.0
Imitates those grabhandles you see when you manipulate
components in Delphi's Forms Designer. It encapsulates
drag/drop and resize functionality using the left mouse button
and arrow keys. Simply drop an instance of TStretchHandle on
your form, and attach the component(s) you want to manipulate
at runtime by calling the Attach method.
HOTVMMAP.ZIP VMMap (Hot Map) Component 1.1 for Delphi
provides your Windows applications with ability to create a set
of hot regions on image and connect mouse event handler to
these regions. Image supports BMP format.
HTMLVIEW.ZIP Thtmlviewer component version 3.0
The ThtmlViewer component provides an easy way to display
HyperText Markup Language (HTML) documents in a Borland Delphi
program. Version 3 of the viewer supports most of the HTML 2.0
specs and several of the more popular HTML 3 enhancements.
ICONBUTN.ZIP TIconButton
This VCL is an oversized button that takes an icon as a
graphic. Great for multimedia-type applications and games.
IMGASP.ZIP Delphi component TImageAspect
Freeware component to display an image in the correct aspect
regardless of the size.
IMS.ZIP The Internet Mail Suite
Contains the package of components which allows you to add the
Internet mail send-receive capabilities to your applications in
minutes. All components included in The Internet Mail Suite are
written in Delphi. There is no need to deploy any OCXs or DLLs
when distributing your programs. You also don't have to worry
how to handle binary attachments: fast and virtually unlimited
MIME encoding/decoding is built in.
IMS16.ZIP TmsSMTP, TmsPOP, TmsRemotePOP, TmsMessage
components for internet mail handling.
INCEVAL.ZIP This set contains four incremental combo boxes that we believe
to be the most advanced incremental combo boxes on the market
today for Delphi. These controls are the only incremental
controls on the market today that support TQuery in both 16 and
32bit and will automatically place themselves within a Borland
or InfoPower database grid.
INDEXBTN.ZIP TIndexButton component
TIndexButton is a component that provides a similar function to
that of a control array in Visual Basic. Drop multiple
IndexButtons onto a form and set the Master property of one to
True. This tells the other IndexButtons on the form that all
their events should point to it.
JO20.ZIP JustOne v2.0
When you want to limit your applications to one instance, what
do you do? The simple answer is to drop the TJustOne component
into your program.
JUSTONE.ZIP JustOne v1.3
Purpose: JustOne is a component which makes it easy to limit
the number of your application's instances to just one. If a
second instance of your application starts, the first instance
is brought to the front and given the focus (or restored if it
was minimized to an icon). The second instance then halts.
KSCAL.ZIP KSCalendar component
The best calendar component anywhere! The KSCalendar has a
fully customizable appearance as well as 70+ properties that
allow a software designer to control almost every facet of the
calender's functionality.
KSCAL20.ZIP KSCalendar Date Kit v2.0
The KSCalendar now comes with 11 add On components that work
closely with the KSCalendar to provide a full set of
development tools. All of these controls are extremely easy to
use! In most cases just drop the control on a form that has a
KSCalendar and they start to work immediately!
KSPIC.ZIP KSPicButton component
iS a graphical 3D button that supports bitmap images as
backgrounds and multi-line captions. Included with the
component are 150 bitmap images to help you get started! Of
course you can custom design your own bitmaps or just use the
KSPicButton with a colored face!
LEDIT108.ZIP LEdit V1.08 (Shareware package)
LEdit DLL is a large edit control that may edit texts more than
64K and also has a lot of interesting features. LEdit is a DLL
that provides the most powerful Edit component available.
Programmers can use it in any programming environment that can
use Dynamic Link Libraries.
LONGFILE.ZIP Delphi TLongFileNameDialog component
This component uses COMMDLG.DLL to display a common Open file
dialog box that recognises Windows 95 long filenames, for use
in Delphi 1.x. You don't need Call32NT pre-installed (useful
though it is) for the component to work AND IT SHOULD ALSO WORK
IN WINDOWS 3.1!!! (though without the long filename support of
course).
LZRW1K.ZIP Tlzrw1 : compression component with LZH and LZRW1/KH compression
MAILSLOT.ZIP TMailslotServer, TMailslotClient and TMailslotTerminal.
A mailslot is a mechanism for one-way interprocess
communications (IPC). An application written for Microsoft«
Windows« can store messages in a mailslot. The owner of the
mailslot can retrieve messages that are stored there. These
messages are typically sent over a network to either a
specified computer or to all computers in a specified domain. A
domain is a group of workstations and servers that share a
group name.
MIDICOM2.ZIP Delphi MIDI I/O Components
These components handle low-level MIDI input and output using
the Windows multimedia MIDI functions. They encapsulate all the
nasty low-level stuff into some intermediate-level components.
They support both short MIDI messages (e.g. note on/off,
program change) and long MIDI messages (e.g. system exclusive,
sample dumps).
MRO.ZIP TtaDBMRO, A Data Aware Multiple Record Object
Tired of TDBGrids that cannot display all the fields youÆd like
without endlessly scrolling horizontally? Wish you had a grid
where each record could occupy multiple lines, contain any
Borland field data aware control, use different fonts and
colors? Perhaps youÆd like to put some pizzazz in the title?
Maybe even differentiate the current record from the other
visible records? Or possibly youÆve been frustrated by the lack
of flexibility of the TDBCtrlGrid? Welcome to the TtaDBMRO!
This Delphi component provides Multiple Record Object (MRO)
capability for database applications. Simply add a TTable,
TDataSource, TtaDBMRO, and a TPanel that contains data aware
controls. ThatÆs it! The contents of the TPanel are stacked
vertically one above the other.
MSGSOCK.ZIP Message Socket Component
MsgSock makes very simple to exchange window messages between
two applications: one calls a method (MsgSend), the other one
gets an avent (MsgReceived) and viceversa.
MSHAPE32.ZIP TMultiShape
Is a simple and powerful VCL component which allows you to have
many graphic effects on your forms. It creates a texture by
repeating a basic shape on the component area and since it acts
as a transparent layer you can use many instances of multishape
to get more complex effects. The best way to understand how it
works is to download it and run the demo program. FREEWARE -
Source included - Enjoy it!
MTIMER.ZIP MTIMER component
MTimer allows you to use one Timer ( Windows limits the amount
of Timers allowed ) for several events. Simply set the interval
to the smalles time period you need and then use the Multytime
events for your other timing needs.
MUBMP200.ZIP TMCMultiBitmap v2.00
Resolution-independent image control for Delphi, one image per
resolution. Smart component editor included. Swedish ShareWare
for Delphi 1.x & 2.x
MULTILST.ZIP The purpose of this component is to allow applications to easily
inCorporate a Windows 95 type list box with sizeable headers
into a 16-bit application.
NAMEED32.ZIP The purpose of this component is to allow applications to
Easily incorporate a name field that will parse First, Middle,
Last, Greeting, and Suffix easily without having to write any code.
NEWSTAT.ZIP TAStatusBar
The Delphi 2.0 StatusBar is a great control with one major
problem: It does not accept other controls. TAStatusBar is a
simple decendent of the original control that lets you add
other controls to the status bar. You can use it to include a
progress bar, buttons, images, etc.
NWLIB.ZIP NWLib
NWLib contains a very rich set of Netware-specific functions
that make adding Netware specific features to your application
extremely easy. In most cases, you just plop an icon or two on
your form, then make a single function call to incorporate a
very complex Netware service into your application. You won't
find a Netware library that's easier to use, or more compatible
with industry standards than NWLib.
ODSHPU.ZIP Delphi Component provides Popup Help for all controls on all
types of forms with minimal coding required. Just drop a
TODSHelp component on the form, fill in the text you want for
each of the form's controls and add one line of code! Saves
having screen shots in the Help File and makes your application
look much more professional! Just like Win95's dialog help, but
easier and more flexible!
PGTRAY22.ZIP TPGTrayIcon95 Component for Delphi 1.0 and 2.0
The TPGTrayIcon95 component enables Delphi 1.0 and 2.0
Applications to add icons to the Windows 95 tray. Icons can be
added to the tray by setting the Active property to true, and
can be removed from the tray by setting the Active property to
false. Tray Icons can also be added or removed from the tray by
using the ShowIcon and HideIcon methods.
PICWIN10.ZIP K&J PicWin (Native Delphi VCL)
Is a small, yet powerful control that encapsulates a TImage and
two TPanel controls to generate a frame effect around your
images. Now, every image can have it's own dynamic sizeable
border and label. K&J PicWin is a great component for thumbnail
images!
PIECHART.ZIP Delphi 2.0 PIECHART Component
PPREV106.ZIP Print Preview Component, v1.06 (32-bit) May 18, 1996
Adds *easy* Print Preview capability to any Delphi Application
PROGRS10.ZIP DELPHI TDBPROGRESS COMPONENT -
The TDBProgress component provides progress feedback on
database operations. The TDBProgress can be linked to a gauge
or label to keep the user posted on the status of the current
database operation such as Indexing, Query execution,
Batchmoves and more. Just add this component and a couple lines
of code and you've got feedback!! Fully functional within the
Delphi run-time environment. Helpfile Included. Shareware - For
details on registering see enclosed README.WRI file. Source
available.
PRTGRD.ZIP CBGrid 5.31 (Sortit)
An enhanced Grid component which includes the ability to sort
TTable and TQuery columns. Sorting can be ascending or
descending in order. Easily accomplished by clicking on the
column title. This grid can be printed by using either of the
separately available products (Printit or Reportit) from Calitz
Bros. Includes help and keyword files. Compuserve Reg ID 13063.
Shareware US$50.
PRTREP.ZIP Reportit 5.27
Super print components for Delphi 1 & 2 prints single or
multi-page reports and files straight from the screen. Requires
minimal programming for superb output (usually less than 5
lines of code !), easy to use and no need to learn an extra
print programming language. Samples with their source code,
stand alone demo, help and keyword files, predefined reporting
styles, and zoom/pan print previewer included. Compuserve Reg
ID 11547 Shareware $50
PZAZZDEM.ZIP Pzazz! contains six components for Delphi: TPZLabel, TPZShaded,
TPZBitmapButton, TPZSpeedButton, TPZListView and TPZTreeView.
QGLYPH32.ZIP QuickGlyph Version 1.0 ( 32-Bit for Windows 95/NT )
QuickGlyph is generally a Glyph Viewer with some extras.
RAS.ZIP TRAS Component for Delphi 2.0 32 bit!
Included in this package is the full source code and
enapsulation of the Microsoft 32bit RAS API. This is a Delphi
2.0 wrapper for the RAS & W95 Dial-Up Connection client
services. It was tested and re-tested. But, anyway, there is
always something that can be missing or wrong. Please, feel
free to contact me at
REGFILES.ZIP TRegFile component
The TRegFile component is an encapsulation of the Windows
Registry. It allows access to the registry, primarily via its
Value property, as if the registry was a large array indexed
via string values.
REPLNK94.ZIP ReportLink v0.94b, Paradox Report Printing Component for Delphi
ReportLink is a component that allows developers to print
Paradox reports from their Delphi applications using the full
or runtime version of Paradox for Windows 5.0. ReportLink
encapsulates all the printing flexibility that Paradox supports
into an easy-to-use Delphi native component. In addition,
developers can run preliminary scripts and QBE strings before
executing the report, allowing them to make any preparations
necessary for their reports. ReportLink also provides a full
featured print preview function which includes a suite of
Paradox components that the developer can customize.
RESIZWND.ZIP RESIZWND.PAS
This cOmponent allows control of a Form with style bsSizeable
to have the Minumum and Maximum sizes controlled by the
developer.
RGNAV.ZIP RGNavigator
Is based on BI's Navigator but is not derived from it. It adds
numerous features as standard, including exposing the Buttons
array, True 3D look (unlike the flat look of BIs version),
coloured glyphs on buttons, built in hint panel, improved
glyphs, optional confirmations on all actions and Keyboard
Menu.
RISETOOL.ZIP Rising Tool Bar Component
TamsRisingToolBar is a panel that shrinks out of your way when
you move off of it. It can be placed on any of the four sides
of your form (the user can also move it to any of the four
sides during run-time) and can hold any components that a
normal TPanel component can. The rising tool bar reorganizes
the components on it so that they are evenly spaced and, form
permitting, all visible when the panel has risen (moving the
mouse over a shrunken panel makes it rise).
RTCG.ZIP RtCheckGroup Component Ver. 1.13
This component is something like Borland's TRadioGroup but it
groups checkboxes instead of radiobuttons. Same as TRadioGroup
it alignes ist child controls itself, so you don't have to do
it. You can set them all at once of every one separately.
Because it uses bitmaps to show them, you can make it look as
you want it to be. Properties like TextAlign, BmpVAlign,
BmpHAlign and WordWrap allow for additional control.
RTCL.ZIP RtCheckList Component Ver. 1.13
A listbox full of checkboxes where your selections stay
permanent, and because it uses bitmaps to show them, you can
make it look as you want it to be. Properties like TextAlign,
BmpVAlign, BmpHAlign and WordWrap allow for additional control.
RTDC.ZIP RtDbCopy Ver. 1.01
The TRtDbCopy component is in fact very similiar to TBatchMove.
The information about tables involved is saved in Source and
Destination properties, the type of operation in Mode. The
logical fields mapping between both tables is saved in Mappings
property in almost the same manner as in TBatchMove, the
different part is that field data type, size and field event
triggerring information for every field is also stored in there
RTDI.ZIP RtDbIniFile Ver. 1.02
Every customer wants something different, even if your code is
as general as you can. This truth is nothing new, its just a
principle I learned in the last years, it doesnt wonder me, it
doesnt make me angry any more. I know I have to build my
programms with as many parameters as I can. Well, it works, but
if I let my user input all of the parameters needed every time
he enters the programm hes going to hate me. So I make
configuration files.
RTGA.ZIP RtGauge Component Ver. 1.02
This little component does what you have certainly seen - it
shows a progress bar.
RTGI.ZIP RtDbGenID Ver. 1.01
RtDbGenID is a non-visual component which implements a unique
number generator. All values will be saved into a table in
database you work with. Every access which generates a new
value locks this table and saves the generated value before
releasing control, so that other users can safely run it
parallel through the network.
RTIDE.ZIP "RT Search +" is an AddOn expert enhancing Borland Delphi IDE
original editor. Comparing to other programming editors like
MultiEdit, Delphi's stock editor lacks several important
features. It may be not as important as the quality of the
whole IDE and the programming language, but it certainly
affects developers productivity. This is the reason why we
decided to help programmers stay with Borland and save hundreds
of dollars for buying professional programmers' editors, that
may or may not integrate with Delphi's IDE.
RUBICON.ZIP Rubicon for Delphi
Is a powerful database search engine that benefits the end
user, the developer, and the network manager.
RULER.ZIP Ruler, Version 1.0
The purpose of this component is to allow applications to
easily incorporate a ruler into your application.
SAMPLER.ZIP TWAVSampler component
TWAVSampler is a Delphi 1 & 2 component that records and plays
back wave audio using the MMSystem unit.
SECOMM11.ZIP TSeComm32 Component (32bit)
The TSeComm32 component is a 32 bit component used to provide
read and write access to and from the communication device.
SHAPEBUT.ZIP ShapeButton component
Tired of rectangular Buttons? Brush up your user-interface by
creating your own buttons with this Delphi component:
ShapeButton creates a three-dimensional button out of any
bitmap-graphic.
SHARWARE.ZIP TShareWare Component v2.1
TShareware is a custom Delphi component that allows you to
control usage of your Delphi programs by unregistered users. By
dropping this component onto your project and adding a few
lines of code, you can start distributing "crippled" versions
of your programs, and hopefully receive many registrations.
Shareware can be very profitable for you, and beneficial to
customers who like to "try before they buy"!
SINFOLBL.ZIP tSystemInfoLabel VCL Component for 32bit Delphi Version 1.00
Is a visual component that lets you access various memory
related information under Win95/NT.
SM16PKGS.ZIP StarTech Internet Components
SOCKETS.ZIP This control performs WinSock TCP/IP functions.
SOCKV3.ZIP Sockets component provides delphi with an easy to use interface
to winsock functionallity. Version 3.0 Is a rewrite of the
sockets code for delphi 2.0.
SOUNDEX.ZIP Delphi component TSoundex
The Soundex component uses the Soundex algorithm to determine
if two words sound similar. Useful in database applications
where the operator may not know the exact spelling of a search
string, for example a last name.
SPIN.ZIP This is an improved version of Delphi's spin button. It allows
you to enable/ disable each separate button and tile
horizontally or vertically.
SPREAD.ZIP TSpread is an enhanced StringGrid which supports individual
cell fonts, display formats, background colors, bitmaps, cell
frames and cell arithmetic. In addition, TSpread supports
buttons, check boxes, combo boxes and spinedits in cells. The
display attributes of each individual cell can be controlled by
a call to one of the methods provided by the component.
Mathematical formulas can be entered directly into a cell by
the user or set programmatically in your code. To make sure you
have the latest version for evaluation visit my web site.
SQLBUILD.ZIP Tsqlbuilder v1.40 Component delphi v1.0-2.0 Visual query
builder component to generate and even run multi-database sql
queries. Works equally well with server based sql and borland's
local sql. Built-in query wizard answers your user's requests
for adhoc queries with as little as one line of code.
SSBC21.ZIP ssBarcode v2.1 from Soft Sector, Inc.
The BEST barcode VCL for Delphi. Here are just
some of the features:
- QuickReports compatible and standalone versions include
- 16-bit and 32-bit included!
- 6 symbologies: Code 128, Code 39, EAN-13, Interleaved 2 of 5,
PostNet, UPC-A
- 360 degree rotation
- Selectable human readable font
- Completely data-aware
- Specify barwidths in fractions of inches
- Print barcodes with one simple command on any Windows-supported printer
- Complete documentation with a strong tutorial on barcode symbologies
STELNET.ZIP STelnet for DELPHI 2.0
STelnet is a group of components for use in telnet
applications.
STOP.ZIP TStopwatch Component Version 1.0
The Tstopwatch component is a visual component descended from
TCustomLabel. It is either a Timer or a clock. The timer is
useful for programs that need an elapsed time, such as a help
desk, which bills per hour or minute. The clock displays the
current time in HH:MM:SS AM/PM format.
SWK1006B.ZIP Winsock components
TAWK.ZIP TAwk Component
TAwk is a Delphi component which provides the same
functionality as the VsAwk vbx for Visual Basic. It allows you
to quickly scan and parse text files. In addition it provides a
Like method which is similar in function to the Like operator
in Visual Basic.
TEVAL.ZIP TEval Component
Teval is an expression evaluator component which can be used to
evaluate mathematical expressions at run time. An expression
can contain subexpressions enclosed in parentheses, variable
names or numbers.
TFING32.ZIP TFINGER COMPONENT FOR DELPHI32 v2.0
Implements Internet Finger protocol (rfc 822). 32 bit version.
TFRAME.ZIP TFrameList Component
This component is a standard Windows Listbox with it's
CreateParams overided. A frame and toolbar caption is created
which allows a caption and sizing of the list box. Drop the
control on a form and get the same effect as in MS Access 95
query designer.
TIKCLK16.ZIP TickingClock component for Borland Delphi (16 bit)
TTickingClock is a component descending from TGraphicControl
that displays an analog clock. You can use this clock as a dumb
time display, but also as a chronometer or as a device that
displays system time.
TIKCLK32.ZIP TTickingClock (32 bit)
Is a component descending from TGraphicControl that displays an
analog clock. You can use this clock as a dumb time display,
but also as a chronometer or as a device that displays system
time. The 32-bit version uses a separate thread to update the
clock every second and thus has a high precision. The 16-bit
version of Delphi does not support threads, so a TTimer
component is used instead.
TILEIMG2.ZIP Tile Image Component
The TTileImage component shows a tiled images. This component
is especially useful for a background image which is composed
of a small patterned image.
TIMAGEFX.ZIP TImageFX Component TImageFX is a Delphi component which allows
you to specify 1 of 20 special effects when displaying a bitmap file.
TMSPING.ZIP MSPing unit
This unit contains components that provide an interface to the
MS Winsock icmp.dll functions, needed to perform ICMP Echo
requests. Because of the blocking nature of these icmp calls,
these components can spawn a thread to do the sending of and
waiting for the package.
TNEURAL.ZIP TNeural Component, Version 1.21
TNeural is a Delphi wrapper component for the NeuroShell 2 DLL
Server. It allows NeuroShell 2 developers designing user
interfaces to their neural network systems in 16 and 32-bit
Delphi to execute their trained networks using the NeuroShell
runtime DLL supplied with the NeuroShell Development System.
Copyright ⌐ 1996, Applied Analytic Systems
TPKENG11.ZIP Tpokerengine version 1.1
I wrote TPokerEngine because I wanted to write a poker type
game, but I wanted to reuse the code to write in yet another
poker game. Lo and behold.... instant component. So here's how
to use it.
TPOP332.ZIP TPOP3 COMPONENT FOR DELPHI v1.2
Allows you to receive Internet mail using POP3 protocol.
Companion of the TMSTP component. Built in MIME, fully supports
rfc 1225. This is the 32 bit version.
TPROT16.ZIP TProtect demo - 16-bit version
The TProtect component "protects" a Paradox data table by
responding to database exceptions generated when opening the
table or changing the active index. If TProtect is triggered,
it tests the table and if any damage is found, TProtect
automatically repairs the table.
TQUICK.ZIP TQuickWav Component for Delphi 1 and Delphi 2
This component is a quick and easy wav format sound player. Use
it as a replacement for the TMediaPlayer when developing games
or other multimedia applications that require wav sounds.
TREB16.ZIP TRebuild demo - 16-bit version
The TRebuild component tests Paradox database tables, and if
any damage is found, automatically repairs the damaged table.
TRebuild can usually recover data from almost any type of table
corruption, including index-out-of-date errors, corrupted
indexes, corrupted table headers, etc...
TSCNF31.ZIP TScnFile
This component incorporates a complete file seek and scan
engine. See Help for more information.
TSEGCOMP.ZIP TSegCompress Component Release 2.5
File and Database Compression Components for Delphi 1.0 and
2.0. provides native Delphi components for the creation of
multi-file compressed archives, as well as database, file and
in-memory compression using Delphi streams. Two compression
methods (RLE and LZH) are built in, with "hooks" for the easy
addition of custom compression formats.
TSERIAL.ZIP Tserial,
This is a no-frills serial component that saves you having to
tangle with the Windows Comms API functions to handle a serial
port. Only basic serial comms are provided - no terminals,
protocols etc.
TSMTP32.ZIP TSMTP COMPONENT FOR DELPHI 2.0 v1.2
Allows to implement Internet mail sending capabilities into
applications. Easy to use. Built in MIME and UUCode. This is a
32 bit version.
TVISAWK.ZIP TVisAwk Component
TVisAwk is a component that can be used for parsing text or
text files. There is also a Like method that adds pattern
matching abilities similar to the 'Like' operator in Visual
Basic. With TVisAwk you not only eliminate tedious parsing code
but you can give the application user visual feedback for
lengthy file parsing jobs. The visual display also makes
debugging a snap since you can see the actions of the parser at
run time instead of having to resort to the debug and watch
windows in Delphi.
TZIPVIEW.ZIP TZipView 0.3 Beta
Zip file viewer for Delphi 1.xx VCL component This component is
a simple solution to view the contents of a .zip file. The
component is small and easy to use. It's possible to view the
.zip file even at design time. (Like TFileListbox)
UDIGIT.ZIP TDigit, VCL Component that simulates one digital number
URLLABEL.ZIP URL Label, Delphi 2.0
It's just ordinary label, but you can run URL-s and files by
clicking on it. For example you include your products home page
URL in about box, but now enduser can quickly access to the
page by only clicking the label and system's default browser is
opened... On mouse move over this label, pointer is changed to
"pointing hand", similar to links in WWW browsers.
W95METER.ZIP W95Meter, THis component is a Windows 95 style progress meter.
VECTOR.ZIP TVector component
The Vector Unit for Borland Delphi exports the TVector
component which is used to model vectors, i.e., the members of
an N-dimensional, real vector space.
VIMVCL23.ZIP ccMail Custom Controls
The ccMail Custom Controls (TVimSession ,TVimSendMessage,
TVimInbox, and TVimAddressBook) are a collection of Delphi VCL
files for sending and receiving messages using the VIM
transport mechanism..
WIN95TAB.ZIP Windows 95-style Speedbuttons
Like many of you, I am sure, I am eager to make my programs
look and feel as much like Win95 as possible. I was happy when
someone posted the Windows95 style meter on CServe, and thought
that I would have a go at making my own Win95 component - after
all, why should we have to wait for Delphi 2.0 to come out!!??
WINCGI10.ZIP WinCGI 1.0
Is a Delphi 2.0 component for writing Windows CGI programs.
This component completely parses the .INI file that is passed
to the Windows CGI program by the web server.
WINSHOES.ZIP Winshoes - The easiest to use NNTP, SMTP and POP3 Component
for Delphi.
VSSCM32.ZIP VSSComm32
This Communications Component is based on David Wann's COMM32
component. I have added a DataBits property, which Davids
lacked, and as one of my apps need Databits, I set out to add
Databits to Davids base componet. This is a bit of a feat for
me, as I have only written one component before this, and even
that is still under construction.